home *** CD-ROM | disk | FTP | other *** search
/ Freelog 100 / FreelogNo100-NovembreDecembre2010.iso / Systeme / Glarysoft Disk SpeedUp / dssetup.exe / Defrag.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Text File  |  2010-08-11  |  2KB  |  88 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 606
  3.   Top = 310
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 256
  7.   ClientWidth = 454
  8.   Color = clWhite
  9.   Constraints.MinHeight = 200
  10.   Constraints.MinWidth = 455
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object imgBottom: TImage
  22.     Left = 10
  23.     Top = 156
  24.     Width = 434
  25.     Height = 88
  26.     Picture.Data = {<image000.TPNGObject>}
  27.     Transparent = True
  28.   end
  29.   object imgTop: TImage
  30.     Left = 0
  31.     Top = 0
  32.     Width = 454
  33.     Height = 80
  34.     Align = alTop
  35.     Picture.Data = {<image001.TPNGObject>}
  36.   end
  37.   object labVersion: TLabel
  38.     Left = 11
  39.     Top = 84
  40.     Width = 74
  41.     Height = 13
  42.     Caption = 'Version 2.2.2.2'
  43.   end
  44.   object labCopyright: TLabel
  45.     Left = 11
  46.     Top = 101
  47.     Width = 231
  48.     Height = 13
  49.     Caption = 'Copyright 2010.Glarysoft Ltd.All rights reserved'
  50.   end
  51.   object labWebSiteT: TLabel
  52.     Left = 11
  53.     Top = 120
  54.     Width = 50
  55.     Height = 13
  56.     Caption = 'Web Site: '
  57.   end
  58.   object labWebSite: TLabel
  59.     Left = 72
  60.     Top = 119
  61.     Width = 94
  62.     Height = 13
  63.     Caption = 'www.glarysoft.com'
  64.     Font.Charset = DEFAULT_CHARSET
  65.     Font.Color = clBlue
  66.     Font.Height = -11
  67.     Font.Name = 'Tahoma'
  68.     Font.Style = [fsUnderline]
  69.     ParentFont = False
  70.     OnClick = labWebSiteClick
  71.     OnMouseMove = labWebSiteMouseMove
  72.   end
  73.   object labWaring: TLabel
  74.     Left = 17
  75.     Top = 161
  76.     Width = 407
  77.     Height = 52
  78.     Caption = 
  79.       'Waring:  This computer program is protected by copyright law.Una' +
  80.       'uthoried reproduction or distribution of this program, or any po' +
  81.       'rtion of it,may result in severe civil and criminal penalties.an' +
  82.       'd will be prosecuted to the maximum extent posibile under the la' +
  83.       'w. '
  84.     Transparent = True
  85.     WordWrap = True
  86.   end
  87. end
  88.